home *** CD-ROM | disk | FTP | other *** search
/ Talking E-Mail / Talking E-Mail.iso / whole / Voiceguide / USRVOICE.INI < prev    next >
INI File  |  1997-01-06  |  10KB  |  407 lines

  1. ;USR Sportster Voice
  2. [Modem]
  3. descrSoundQualityLow=Not Supported - Select High
  4. descrSoundQualityMed=Not Supported - Select High
  5. descrSoundQualityHi=High (GSM)
  6. fileListLow=
  7. fileSuffixLow=
  8. fileListMed=
  9. fileSuffixMed=
  10. fileListHigh=GSM
  11. fileSuffixHigh=GSM
  12. ;
  13. test=AT#CLS=8#VLS=2
  14. test_r1=VCON
  15. test_r2=OK
  16. test_tout=50
  17. ;
  18. ;The modem reset command
  19. reset=ATHZ
  20. reset_r1=OK
  21. reset_tout=80
  22. ;
  23. ;InitString 1
  24. init1=AT&F1&K3
  25. ;init1=AT
  26. init1_r1=OK
  27. init1_tout=30
  28. ;
  29. ;Select Voice mode
  30. vmode=AT#CLS=0#BDR=0
  31. vmode_r1=OK
  32. vmode_r2=VCON
  33. vmode_tout=40
  34. ;
  35. ;I/O : telephone line (with speaker ON, #VLS=0 for speaker off)
  36. ;used for configuring modem for incoming calls
  37. iomodetel=AT#CLS=8#VLS=4
  38. iomodetel_r1=OK
  39. iomodetel_r2=VCON
  40. iomodetel_tout=40
  41. ;
  42. ;I/O : speaker only 
  43. ;used in local recordings only
  44. iomodespkr=AT#CLS=8#VLS=2
  45. iomodespkr_r1=OK
  46. iomodespkr_r2=VCON
  47. iomodespkr_tout=40
  48. ;
  49. ;I/O : microphone only
  50. ;used in local recordings only
  51. iomodemic=AT#CLS=8#VLS=3
  52. iomodemic_r1=OK
  53. iomodemic_r2=VCON
  54. iomodemic_tout=40
  55. ;
  56. ;I/O : local handset
  57. ;used in local recordings only
  58. iomodelocal=AT#CLS=8#VLS=1
  59. iomodelocal_r1=OK
  60. iomodelocal_r2=VCON
  61. iomodelocal_tout=40
  62. ;
  63. ;Voice mode init 1
  64. vinit1=
  65. vinit1_r1=OK
  66. vinit1_r2=ERROR
  67. vinit1_tout=30
  68. ;
  69. ;Enable Caller ID reception
  70. cidyes=AT#VSD=1#VTD=3f,3f,3f#CID=1
  71. cidyes_r1=OK
  72. cidyes_r2=VCON
  73. cidyes_tout=40
  74. ;
  75. ;Disable Caller ID reception
  76. cidno=AT#VSD=1#VTD=3f,3f,3f#CID=0
  77. cidno_r1=OK
  78. cidno_r2=VCON
  79. cidno_tout=40
  80. ;
  81. ;Voice mode init 2
  82. ; s46 accepts 0-255 and is a linear scale 
  83. ; determining DSP amplitude
  84. vinit2=ATs0=0s30=0s46=240
  85. vinit2_r1=OK
  86. vinit2_r2=VCON
  87. vinit2_tout=40
  88. ;
  89. ;Voice mode init 3
  90. ; the USR Vi is designed to accept and funtion 
  91. ; at 19200 for the voice data stream
  92. vinit3=AT#BDR=0
  93. vinit3_r1=OK
  94. vinit3_r2=VCON
  95. vinit3_tout=40
  96. ;
  97. ;Voice mode init 4
  98. vinit4=
  99. vinit4_r1=OK
  100. vinit4_r2=VCON
  101. vinit4_r3=ERROR
  102. vinit4_tout=40
  103. ;
  104. ;Silence Detection settings
  105. ;sildet=sildeta+sildetax+sildetb+SilDetLen+sildetbz
  106. sildeta=AT#VSS=
  107. sildeta0=1
  108. sildeta1=2
  109. sildeta2=3
  110. sildetb=#VSP=
  111. sildetbz=0
  112. sildet_r1=OK
  113. sildet_tout=30
  114. ;
  115. ;Enable Distinctive Ringing
  116. ;Disticnt Ring codes reported are: 
  117. ;"RING A", "RING B", "RING C" andd "RING D"
  118. dryes=ATS41=1
  119. dryes_r1=OK
  120. dryes_r2=VCON
  121. dryes_tout=40
  122. ;
  123. ;Disable Distinctive Ringing
  124. drno=ATS41=0
  125. drno_r1=OK
  126. drno_r2=VCON
  127. drno_tout=40
  128. ;
  129. ;Voice Compression settings
  130. ;The USR VI uses GSM which has no variable compression. 
  131. comprsLow=AT
  132. comprsMed=AT
  133. comprsHigh=AT
  134. comprs_r1=OK
  135. comprs_r2=VCON
  136. comprs_tout=40
  137. ;
  138. ;Sets the Port speed which will be used for communication 
  139. ;between the computer and the modem. Setting depends on 
  140. ;the Compression Type choosen. 
  141. ;(leave blank if you do not wish to lock the port speed)
  142. lockPortSpeedComprsLow=19200
  143. lockPortSpeedComprsMed=19200
  144. lockPortSpeedComprsHigh=19200
  145. ;
  146. ;The Port speed which will be used to Play and Record 
  147. ;sound files only. You may want to leave this blank if the 
  148. ;port speed was locked when the sound compression was being 
  149. ;selected.
  150. comprsPortSpeedLow=
  151. comprsPortSpeedMed=
  152. comprsPortSpeedHigh=
  153. ;
  154. ;The port speed which will be dropped down to after the 
  155. ;Play/Record has finished.
  156. comprsPortSpeedAfter=19200
  157. ;
  158. ;Whether the change to the new Port speed is to occur 
  159. ;BEFORE or AFTER the issuing of the Play/Record command. 
  160. ;BEFORE: port speed changed after issue of "speedCommandBeforeComprs"
  161. ;AFTER: port speed changed after issue of the Play or Record command.
  162. ;Leave blank if no Port speed change is required for Play & Record.
  163. comprsSpeedChange=
  164. ;
  165. ;The command which will be sent before any Play or Record command to
  166. ;initialise the port speed. Leave blank if no command is to be sent.
  167. speedCommandBeforeComprsLow=
  168. speedCommandBeforeComprsMed=
  169. speedCommandBeforeComprsHigh=
  170. ;
  171. ;This command will be sent to the modem after Play/Record has finished.
  172. ;It is used to initialise the port speed to the value prior to the 
  173. ;Play/Record commencing. Leave blank if no command is to be sent.
  174. speedCommandAfterComprs=
  175. speedCommandAfterComprs_r1=
  176. speedCommandAfterComprs_tout=0
  177. ;
  178. ;go into Play Sound File mode.
  179. play=AT#VTX
  180. play_r1=CONNECT
  181. play_tout=40
  182. ;
  183. ;go into Record Sound File mode.
  184. record=AT#VRX
  185. record_r1=CONNECT
  186. record_tout=50
  187. ;
  188. ;A special code to specify any special processing to be carried
  189. ;out on the recorded files.
  190. ;DS : number of bytes to delete from the start of the recorded file.
  191. ;DE : number of bytes to delete from the end of the recorded file.
  192. recoptions=(DS,2)(DE,8)
  193. ;
  194. ;Some commands & codes below are specified using ASCII values
  195. ;Where a command or code is more then 1 character long, the characters
  196. ;are separated by commas.
  197. ;
  198. ;Code sent to the modem to immediately stop playing a sound file.
  199. ;vplaystopfast=16,24
  200. vplaystopfast=16,24,10,16,24
  201. vplaystopfast_r1=VCON
  202. vplaystopfast_r1=OK
  203. vplaystopfast_tout=200
  204. ;
  205. ;Code sent to the modem to stop recording a sound file.
  206. vstoprec=10
  207. vstoprec_r1=VCON
  208. vstoprec_tout=40
  209. ;
  210. ;Code sent to the modem at the end of playing a sound file, 
  211. ;vplayend=16,03
  212. vplayend=16,03,10,16,03
  213. vplayend_r1=VCON
  214. vplayend_r2=OK
  215. ;timeout is long as USR Vi does not implement the 
  216. ;<DLE><U> message !!! Please USR, fix this soon !!!
  217. vplayend_tout=200
  218. ;
  219. ;Code sent by the modem to the VoiceGuide that an 
  220. ;incoming call RING was just heard, you can modify this entry
  221. ;(if your modem supports distinctive ringing) to specify
  222. ;on which type of call would you like the modem to answer.
  223. ;Specified in ASCII characters
  224. incomingRingHeardcode=13,10,82,73,78,71
  225. ;
  226. ;Code sent by the modem to the VoiceGuide that an 
  227. ;incoming call was just answered by the modem without
  228. ;any command being issued from VoiceGuide
  229. incomingCallAnswered=
  230. ;
  231. ;How many different Answer modes are supported by this modem.
  232. ;VoiceGuide will issue the commands for the selected
  233. ;answer mode after it hears the selected number of rings.
  234. ;
  235. AnswerModesCount=2
  236. ;
  237. ;Descriptions of the various answer modes:
  238. AnswerModeDesc1=Answer Call with Modem Speaker ON
  239. AnswerModeDesc2=Answer Call with Modem Speaker OFF
  240. ;
  241. ;Answer an incoming call. 1st command of mode 1 answer
  242. answer_mode1_cmd1=AT#CLS=8#VLS=4
  243. answer_mode1_cmd1_r1=VCON
  244. answer_mode1_cmd1_r2=OK
  245. answer_mode1_cmd1_tout=30
  246. ;
  247. ;Answer an incoming call. 2nd command of mode 1 answer
  248. answer_mode1_cmd2=ATA
  249. answer_mode1_cmd2_r1=VCON
  250. answer_mode1_cmd2_r2=OK
  251. answer_mode1_cmd2_tout=50
  252. ;
  253. ;Answer an incoming call. 1st command of mode 2 answer
  254. answer_mode2_cmd1=AT#CLS=8#VLS=0
  255. answer_mode2_cmd1_r1=VCON
  256. answer_mode2_cmd1_r2=OK
  257. answer_mode2_cmd1_tout=30
  258. ;
  259. ;Answer an incoming call. 2nd command of mode 2 answer
  260. answer_mode2_cmd2=ATA
  261. answer_mode2_cmd2_r1=VCON
  262. answer_mode2_cmd2_r2=OK
  263. answer_mode2_cmd2_tout=50
  264. ;
  265. ;Init string sent to modem before dialing an alphanumeric pager
  266. ;Also see the [pager] section in the VG.INI file
  267. pagerinit=
  268. pagerinit_r1=OK
  269. pagerinit_tout=30
  270. ;
  271. ;Dial command prefix (telephone number is appended)
  272. dial=ATDT
  273. dial_r1=VCON
  274. dial_r2=CONNECT
  275. dial_tout=300
  276. ;
  277. ;Hangup (go on-hook) command
  278. hangup=ATH
  279. hangup_r1=OK
  280. hangup_tout=70
  281. ;
  282. ;Sent to modem when exiting VoiceGuide
  283. exitVG=ATZHS0=0
  284. exitVG_r1=OK    ;not used
  285. exitVG_tout=70    ;not used
  286. ;
  287. ;Leave Voice mode
  288. vmodeleave=AT#BDR=0#CLS=0
  289. vmodeleave_r1=OK
  290. vmodeleave_tout=40
  291. ;
  292. ;Leave Voice mode 2
  293. vmodeleave2=
  294. vmodeleave2_r1=
  295. vmodeleave2_tout=
  296. ;
  297. ;used in PABX transfer-to-extension command 1
  298. ;Looks like USR VI can do a hookflash tranfer without
  299. ;having to switch back to Data mode.
  300. ;hence we will leave this command blank
  301. hookflash1=
  302. ;If you have any problems with your USR VI PABX transfers,
  303. ;please uncomment the command below, and insert a ; before
  304. ;the command above.
  305. ;hookflash1=AT#BDR=0#CLS=0
  306. hookflash1_r1=OK
  307. hookflash1_tout=30
  308. ;
  309. ;used in PABX transfer-to-extension command 2
  310. hookflash2=ATX3DT!
  311. hookflash2_r1=OK
  312. hookflash2_r2=ERROR
  313. hookflash2_r3=NO DIALTONE
  314. hookflash2_r4=RING
  315. ;hookflash2_tout specifies how long after issuing the hookflash
  316. ;would you like the modem to hangup:
  317. ;You might need to tweak the timeout setting to suit your system.
  318. ;If it is set too low then the full extension number might not
  319. ;get dialed, as the next command will interrupt the 
  320. ;PABX transfer command.
  321. hookflash2_tout=80
  322. ;
  323. ;play tone string (parameter supplied by program)
  324. playTones=AT#VTS=
  325. playTones_r1=OK
  326. playTones_tout=100    ;not used
  327. ;
  328. ;predefined beep - used for 'beeps' in script,
  329. ;eg: faxback, voicemail
  330. ;the "beep" has been disabled as some USR Voice modems 
  331. ;fail to detect DTMF tones properly after just playing a tone.
  332. ;If your modem has this problem then change the 
  333. ;"AT#VTS=[900,0,2]" to "AT"
  334. beep1=AT#VTS=[900,0,2]
  335. ;beep1=AT
  336. beep1_r1=OK
  337. beep1_r2=VCON
  338. beep1_tout=10
  339. ;
  340. ;predefined beep - used when stopping recording from telephone line
  341. beep2=AT#VTS=[600,0,2]
  342. ;beep2=AT
  343. beep2_r1=OK
  344. beep2_r2=VCON
  345. beep2_tout=10
  346. ;
  347. escape=16
  348. ;
  349. ; Codes sent by the modem:
  350. ; it is assumed that all type of modems will report
  351. ; the 0-9 & A-D DTMF tones using corresponding characters.
  352. codeDTMFstar=*
  353. codeDTMFhash=#
  354. codeAnswerTone=a
  355. codeBusy=b
  356. codeFaxCall=c
  357. codeDialTone=d
  358. codeDataCall=e
  359. codeBellAnswer=f
  360. codeErrorOverrun=
  361. codeQuiet=q
  362. codeSilence=s
  363. codeOnHooklLocal=
  364. codeOffHooklLocal=
  365. codeOnHookRemote=
  366. codeOffHookRemote=
  367. codeOnHookExtension=
  368. codeOffHookExtension=o
  369. codeErrorUnderrun=
  370. codeRingWhilePlayOrRec=
  371. 'ASCII values for DLE codes to disregard.
  372. 'must be delimited by commas, with starting and ending commas included
  373. 'eg: IgnoreWhilePlay=,23,145,59,
  374. IgnoreWhilePlay=
  375. IgnoreWhileRec=
  376. ;
  377. ;Commands used during PABX transfers.
  378. ;
  379. pabxpre1=AT#BDR=0#CLS=0
  380. pabxpre1_r1=OK
  381. pabxpre1_tout=30
  382. pabxpre2= 
  383. pabxpre2_r1= 
  384. pabxpre2_tout= 
  385. pabxpre3= 
  386. pabxpre3_r1= 
  387. pabxpre3_tout= 
  388.  
  389. pabxxferprefix=ATX3S6=2D!
  390. pabxxfersuffix=;
  391. pabxxfer_r1=OK
  392. pabxxfer_tout=150
  393.  
  394. pabxxferback=ATX3S6=2D!;
  395. pabxxferback_r1=OK
  396. pabxxferback_tout=100
  397.  
  398. pabxpost1=AT#CLS=8#BDR=16#VLS=4
  399. pabxpost1_r1=OK
  400. pabxpost1_tout=40 
  401. pabxpost2=ATA
  402. pabxpost2_r1=VCON
  403. pabxpost2_tout=50
  404. pabxpost3=
  405. pabxpost3_r1=
  406. pabxpost3_tout=
  407.